home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.1 (User) / OpenStep 4.1 (User).iso / NextDeveloper / Demos / PhotoAlbum.app / English.lproj / JPEGView.nib / data.classes next >
Encoding:
Text File  |  1993-02-12  |  273 b   |  21 lines

  1. ImageView = {
  2.     ACTIONS = {
  3.     jpegFactorEntered:;
  4.     jpegClicked:;
  5.     jpegSliding:;
  6.     };
  7.     OUTLETS = {
  8.     jpegButton;
  9.     selectionButton;
  10.     jpegView;
  11.     jpegText;
  12.     jpegSlider;
  13.     };
  14.     SUPERCLASS = View;
  15. };
  16. FirstResponder = {
  17.     ACTIONS = {
  18.     };
  19.     SUPERCLASS = Object;
  20. };
  21.